home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / metro.dir / 00068_selector script.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  177 b   |  15 lines

  1. on selector
  2.   case the rollOver of
  3.     11:
  4.       go("cd")
  5.     12:
  6.       go("bag")
  7.     13:
  8.       go("jacket")
  9.     14:
  10.       go("zippo")
  11.     15:
  12.       go("ticket")
  13.   end case
  14. end
  15.